home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / mc51bugs / q32754 < prev    next >
Text File  |  1988-07-20  |  777b  |  24 lines

  1. Q32754 setvbuf with fread Results in fseek, ftell Inconsistency
  2. C Compiler
  3. 5.10   | 5.10
  4. MS-DOS | OS/2
  5.  
  6. Summary:
  7.    A complicated example with the following characteristics will cause
  8. ftell and fseek to report incorrect results:
  9.  
  10.    1. Stream buffer set to a value other than the default 512 with
  11.       the function setvbuf
  12.    2. Stream is in binary mode
  13.    3. Program compiled with small-memory model
  14.    4. Specific sequence of fread and fseeks must be issued
  15.  
  16.    (The example is long and complicated and is not reproduced here.)
  17.    Microsoft has confirmed this to be a problem in the fread function
  18. in Version 5.10. We are researching this problem and will post new
  19. information as it becomes available.
  20.  
  21.  
  22. Keywords:  buglist5.10
  23. Updated  88/07/21 03:19
  24.